Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement VariantMapper (#12) #13

Merged
merged 32 commits into from
Feb 28, 2023
Merged

Conversation

holtgrewe
Copy link
Contributor

No description provided.

@holtgrewe holtgrewe linked an issue Feb 17, 2023 that may be closed by this pull request
@holtgrewe holtgrewe closed this Feb 21, 2023
@holtgrewe holtgrewe changed the title 12 implement variantmapper feat: implement VariantMapper (#12) Feb 21, 2023
@holtgrewe holtgrewe reopened this Feb 21, 2023
@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

Patch coverage: 91.75% and project coverage change: +2.68 🎉

Comparison is base (8593068) 80.94% compared to head (f1da91a) 83.63%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   80.94%   83.63%   +2.68%     
==========================================
  Files          16       17       +1     
  Lines        5175     6085     +910     
==========================================
+ Hits         4189     5089     +900     
- Misses        986      996      +10     
Impacted Files Coverage Δ
src/data/interface.rs 100.00% <ø> (ø)
src/data/uta.rs 93.35% <0.00%> (-3.02%) ⬇️
src/data/uta_sr.rs 50.60% <0.00%> (+6.15%) ⬆️
src/normalizer.rs 67.86% <ø> (ø)
src/parser/ds.rs 62.77% <ø> (+2.22%) ⬆️
src/parser/impl_parse.rs 99.28% <0.00%> (-0.72%) ⬇️
src/mapper/altseq.rs 90.43% <90.43%> (ø)
src/mapper/variant.rs 70.08% <90.72%> (+34.90%) ⬆️
src/sequences.rs 99.50% <99.50%> (ø)
src/mapper/alignment.rs 91.08% <100.00%> (-0.13%) ⬇️
... and 4 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@holtgrewe holtgrewe force-pushed the 12-implement-variantmapper branch 3 times, most recently from dc8305a to 2c045da Compare February 23, 2023 10:48
@holtgrewe holtgrewe marked this pull request as ready for review February 28, 2023 11:34
@holtgrewe holtgrewe merged commit 44b10de into main Feb 28, 2023
@holtgrewe holtgrewe deleted the 12-implement-variantmapper branch February 28, 2023 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement VariantMapper
1 participant